Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in laravel-5

How do Laravel migrations work?

How to lazy load a custom attribute on a Laravel model?

php laravel laravel-5

Laravel Controller Dependency Injection

php laravel laravel-5

How to prevent Model events from firing using phpunit?

Laravel 5, check if class is registered in the container

laravel laravel-5

Converting Illuminate\Http\Request to array

php laravel laravel-5

Name or service not known [tcp://redis:6379]

Laravel 5 - FatalErrorException: Class 'User' not found

php composer-php laravel-5

Laravel - How to redirect to login if user is not authenticated

Laravel 5.1 one form two submit buttons

php forms laravel-5

Encrypt/Decrypt DB fields in laravel

What is Facades used in Laravel?

Laravel env() or config() to get environment variable on command line

Laravel: What is the purpose of the `loadMissing` function?

php mysql laravel laravel-5

Laravel MIME issue while validating .csv file

validation laravel-5 mime

How to get the key from a laravel form request?

php laravel laravel-5

How to paginate a "has many" relationship that is ordered?

Laravel changes created_at on update

Return Collection after update()?

Laravel: how to limit some route parameter to specific values?