Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-5

How to fetch the tables list in database in Laravel 5.1

php mysql laravel laravel-5

Script @php artisan package:discover handling the post-autoload-dump event returned with error code 255

How to delete a model using php artisan?

php model laravel-5

Why are Form and HTML helpers deprecated in Laravel 5.x?

php html laravel laravel-5

What does Model::unguard() do in the database seeder file from Laravel 5?

php laravel-5

How to add custom config file to app/config in Laravel 5?

naming tables in many to many relationships laravel

Persisting sessions across subdomains in Laravel 5

laravel laravel-5

Random select value on array factory Laravel

laravel-5

PHP code inside a Laravel 5 blade template

php laravel-5 laravel-blade

Find last iteration of foreach loop in laravel blade

Laravel classloader.php error failed to open stream: No such file or directory

php mysql laravel laravel-5

Laravel 5 error SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)

Laravel Model with Two Primary Keys update [duplicate]

How add Custom Validation Rules when using Form Request Validation in Laravel 5

Reloading .env variables without restarting server (Laravel 5, shared hosting)

How do I make global helper functions in laravel 5?

What is .phpunit.result.cache

What is difference between use env('APP_ENV'), config('app.env') or App::environment() to get app environment?

SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known