laravel-basics-youtube icon indicating copy to clipboard operation
laravel-basics-youtube copied to clipboard

Code for the Laravel YouTube series

Results 11 laravel-basics-youtube issues
Sort by recently updated
recently updated
newest added

I want to start this installation on my included webserver on mac. unfortunately, i get the following error message: require(/Users/Sam/Sites/laravel/laravel-basics-youtube/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in...

I am trying to work on edit button but it did not work I am very worrying why it is not working. Please help me. thanks

Updated Readme.md file with stepwise youtube links on Academind channel

Every time I am getting ``` (1/1) ReflectionException Class App\Http\Controllers\UserController does not exist ``` message. I followed you from first to last. below is my error files ![2](https://user-images.githubusercontent.com/17213478/37739053-1db8aaa8-2d83-11e8-9471-1201164a49e7.PNG) ![4](https://user-images.githubusercontent.com/17213478/37739054-1dfa8b08-2d83-11e8-8d13-675dc8d736fb.PNG) ![dslfjlsdjflsdjf](https://user-images.githubusercontent.com/17213478/37739055-1e3ea342-2d83-11e8-8f7e-63bb0894ca8d.PNG)

I navigated to the folder using terminal and typed 'php artisan serve' then pressed enter then there were errors. Hope you can get it fix soon.

you forgot to add assign the maximum value for the post, while validating it just edit it to: $this->validate($req, [ 'body' => 'required|max:1000' ]);

I copied the exact code for the dynamic styling in episode 5 but my input boxes didn't change color. (my environment is codeanywhere if thats relevant)

Laravel changed their routing path `app\Http\routes.php` **to** `\routes\web.php ` So if any new comer facing problem of routing then please follow this path. You can check your routing path by...

I am surprised to see no unit, functional and acceptance tests for this pretty awesome app. Hope you will add testing suites so people can learn from it. Thanks

How can i count likes using ajax , please help me i new to laravel and ajax. thank you.