Laravel 5.4 - 5.5 Upgrade Guide (Detailed)

  Рет қаралды 9,513

DevMarketer

DevMarketer

Күн бұрын

Пікірлер: 36
@AlcidesMurilloSEO_PPC
@AlcidesMurilloSEO_PPC 7 жыл бұрын
Thanks Alex appreciate your efforts. Let's get ready to rumble with the series. Thanks a million
@vincej151
@vincej151 7 жыл бұрын
Brilliant video! Thank you !! I used to use Laracasts for a couple of years, then gave up in 2016. I love your videos and if you charged I would subscribe. Your whole approach is refreshing, friendly and well paced. Great job ! I also love the picture in picture!
@mikebailey783
@mikebailey783 7 жыл бұрын
vincej151 Are you sure you meant to write 'not well paced'?!
@vincej151
@vincej151 7 жыл бұрын
Sorry Mike - stupid me, I meant to say well placed, I will correct it. BTW I sent you a tweet about the multi Auth as to why if you use the back button after having logout out, you still go back to the previous page. However any other page will redirect you to the login page. How do I stop this from happening. Many thanks ! You are a Rockstar !
@juanrincon6576
@juanrincon6576 7 жыл бұрын
Again great video, and that explains why you get on advanced cms a different version than mine.
@pavankumarsakhare8769
@pavankumarsakhare8769 7 жыл бұрын
Very well informative, makes upgrade super easy !! waiting for upcoming video on CMS blog thnxx :DD
@onlineranashahzad
@onlineranashahzad 7 жыл бұрын
Always love to listen new things from @DevMarketer
@ayodele_great
@ayodele_great 5 жыл бұрын
You really saved me a lot. Thanks for your tutorial.
@jayzdevera7579
@jayzdevera7579 7 жыл бұрын
@DevMarketer Can you make a video tutorial for us in making a e-commerce using Laravel? That will be great! I always watch your video and learn a lot from it. Big fan here!
@yanz_77
@yanz_77 7 жыл бұрын
best video for Laravel upgrade guide
@SocialOfficer
@SocialOfficer 7 жыл бұрын
You're doing god's work. Thanks for the guide, that'll help alot.
@МухиддинМахмудов-б5щ
@МухиддинМахмудов-б5щ 7 жыл бұрын
Can you please make a tutorial How to set up local server Nginx, PHP, MySQL for Laravel on Mac? I spent almost a week by searching how to do that. I didn't find any normal information. Internet doesn't have such information.
@musahayta1002
@musahayta1002 7 жыл бұрын
If give "You made a reference to a non-existent script @php artisan package:discover" error after composer update like me, you must update composer via "composer global self-update" command.
@3000beans
@3000beans 7 жыл бұрын
Very helpful, thanks so much. I think you should add "fideloper/proxy": "~3.3" under Core Dependencies.
@faisalwaseem759
@faisalwaseem759 7 жыл бұрын
Hello, can anybody please help me. I have a mac and I already install the xampp PHP 7.1 version. but when I run the command in the terminal PHP -v its showing me PHP 5.6 version and locally I see its show me 7.1 version. I don't know how to change this thing I try to search a lot and apply but still, I see PHP 5.6 version on the terminal. Can anybody help me on this? Thanks in advance
@Abie169
@Abie169 6 жыл бұрын
thank you bro, good explanation and I enjoy it
@peterm.souzajr.2112
@peterm.souzajr.2112 7 жыл бұрын
thank you, i needed this
@rakeshroy7986
@rakeshroy7986 7 жыл бұрын
Ow nice.. this is what I need .. Thanks
@saqibziatv
@saqibziatv 7 жыл бұрын
Hi Alex Can you make a video series on how to build a freelancing website with laravel with features of video calling and screensharing????
@afiqahsolehah7
@afiqahsolehah7 7 жыл бұрын
does anyone know where can i find full tutorial on how to create accept and reject button for admin using php laravel 5.4?thank you in advance
@rainbows504
@rainbows504 7 жыл бұрын
Try bootstrap-confirmation [ github.com/h44z/bs-confirmation ], sweetalert [ github.com/moathdev/sweetalert ] or sweet-alert [ github.com/uxweb/sweet-alert ]
@afiqahsolehah7
@afiqahsolehah7 7 жыл бұрын
thank you really appreciate.. but the page not found :(
@rainbows504
@rainbows504 7 жыл бұрын
Sorry, if you have not found the error in the links, they are now corrected.
@stephenmccallister967
@stephenmccallister967 7 жыл бұрын
Have you thought about doing a lumen application tutorial?
@bfras33
@bfras33 7 жыл бұрын
Do I need to do a 'npm update' for the package.json changes to take effect? or is 'npm run dev' enough?
@rainbows504
@rainbows504 7 жыл бұрын
Yes for dependencies changes in package.json. [npm run dev] updates [/public/js/app.js] & [/public/css/app/css] and new tasks defined under "dev".
@bobpps
@bobpps 7 жыл бұрын
Огромное спасибо!Все класс, особенно Slides From This Video (PDF)!
@cristianenache8715
@cristianenache8715 7 жыл бұрын
10 points for accurate tutorial +3 bonus points for sarcasm "They're using the new format, great good for them" and moves on...lol
@andremorency4892
@andremorency4892 7 жыл бұрын
Hi Alex! how are you? We ll be really thanksfull to make a video tutorial of multilanguage website, thanks in advance
@faysalhossain2998
@faysalhossain2998 7 жыл бұрын
hey ... how r u.!! its faysal. .. one request ..plz make a video tutorial series on Point of sale(POS)..there is no POS system in you tube .>!! hope u will do it..!! Thanks
@clebeadeveloper6181
@clebeadeveloper6181 7 жыл бұрын
Faysal Hossain great idea... i was planning on requesting that too... 😊
@faysalhossain2998
@faysalhossain2998 7 жыл бұрын
thanks a lot for your replay !! for your kind information plz check in youtube.....not a single tutorial on this concept !! there is lots of autocomplete/live search tutorial , but not a single tutorial on- how to store search items on shopping cart/ POS system !! hope this tutorial will hit maxm fan !! Thanks once again !!
@vincej151
@vincej151 7 жыл бұрын
Hi Faysal - doing POS is not difficult. It is essentially just a CRUD system together with some javascript to do the in browser math for the shopping cart.
@bloggervista
@bloggervista 7 жыл бұрын
Thx for advance cms status
@bernardchisumo4054
@bernardchisumo4054 7 жыл бұрын
Hi Devmarketer $ composer update Loading composer repositories with package information Updating dependencies (including require-dev) Package operations: 0 installs, 1 update, 0 removals - Updating filp/whoops (2.1.10 => 2.0.0): Loading from cache Writing lock file Generating autoload files > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover [Symfony\Component\Debug\Exception\FatalThrowableError] Parse error: syntax error, unexpected '?' Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
HUGE NEW FEATURE: API Resources (14/14) - Laravel 5.5 New Features
26:50
Using Subdomain in Laravel for Staging, Beta, and Live Servers
28:49
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
How I Code Apps SOLO That Actually Make Money (Idea + Build + Marketing Guide)
13:14
How to Upgrade Our Laravel 5.6 to 5.7 (Basic guide)
8:30
Code Inspire
Рет қаралды 11 М.
Laravel upgrade from 5.5 to 5.6 - Easy stuff !
6:50
Laraning - Laravel Tutorials
Рет қаралды 13 М.
Transformers (how LLMs work) explained visually | DL5
27:14
3Blue1Brown
Рет қаралды 4,4 МЛН
Full Stack Vue.js & Laravel
45:14
Traversy Media
Рет қаралды 539 М.
How to Upgrade Older Projects to Laravel 10
7:52
Laravel Daily
Рет қаралды 31 М.
Websockets in Laravel: Part 0 - What are Websockets?
14:28
DevMarketer
Рет қаралды 38 М.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН