So, I am building an application that has a few models that I want to manage on site. There are like...
I have a simple form to store a record in a database with some basic validation. If a required field...
Hello. I've used the Lang :: get () in Laravel 5. In this case, I wrote the code to perform the to r...
Hello to everyone, there is any way to create the CRUD from a database such as other frameworks like...
Hello so I've been using PHP + PDO for a while now and wanted to try out Laravel, however when I did...
Hi. I am fairly new to Laravel so forgive me if this is a beginner question :-). I am currently tryi...
I've already chmod -R 777 to all directories and files. chown -R nginx:nginx to all directories and...
Laravel declares the set of attributes for a class runtime by taking the according table fields. Is...
I have the following tables in my database: recipes id name users id name badges id name badge...
Anyone can help me to figure it out my issue regarding send email please see what I've got ErrorExce...
I can get validation to work for basic things using a Request and the authorize and rules sections o...
Hello, I currently have a page that lists all of the 'products' in my database by name. I am trying...
Hello guys. I'm wondering how i can do single change in single table without affected on other table...
Hello everyone, I've a problem with my extension mcrypt I installed mcrypt with homebrew and when I...
Hello there, I have problem when I'm trying to test through any http request, It give: Expected stat...
Hey everyone, Got a error when I run composer update, it first updates everything and creates the lo...
I am using Laravel 4 and i also knew how to used token verify. Everything work perfect except for 1...
I destroy all session before create a form. And input CSRF token empty. Controller class TestControl...
Hi everyone, I have a route Route::get('user/{id}', 'UserController@profile'); and a UserController...
Is it possible to modify the built in Auth so that new user registrations need to be approved? I gue...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community