I'm creating an application which allows users to register an account. Once signed in, they can then...
We have two databases one is master_client_database and client_database. The default connection is c...
I would like to keep all of my table creating in migrations, however, the table I am trying to creat...
I want to create storage directory in workbench to store other template file like .xls. how to read/...
Hi! For a while now (I think probably since the update to Laravel 4.1) I sometimes get the Error Exc...
I have 2 queries and I want to check if values of one queries exists in array of other query. I have...
insert data from form to table but the data inserted row empty what the problem?
I have a form that consists of check boxes. Each check box has it's own value(value1,value2,value3,v...
Hi all, I'm new in laravel. I managed to install and play around with laravel on my localhost. But w...
I have two repositories, and both of them use one another methods.. So, let's say I have WALLET repo...
I was wondering how the community currently handles pushing out css and js changes. We dont follow v...
I have 3 tables: posts, comments, and users. One post has many comments (one to many relation.) Ever...
Hi all! What is a best practice to translate content in laravel? I need to translate large text and...
Would you write a query like that? Or would you prefer to divide it somehow? Is it ok for that long...
Hi, When using the redirect method, it takes me to a white page with the URL printed on the screen t...
So, I have this problem: I'm creating an application, which will be translated to language other tha...
I have an upload script that has a fall back to flash which doesn't pass the session, instead i can...
Hi all, I get x form, I fill it with some value, I submit it to postController of x form, I evaluate...
The blade code below doesn't render posts' id. However the count of posts is 3. Where is the problem...
Hi, I'm trying to change my public folder to public_html. In my path file just changed this 'public'...
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