Support the ongoing development of Laravel.io →

santigarcor

Joined 17 Sep 2015

Statistics

Threads 0
Replies 5
Solutions 1
Articles 1

Articles

santigarcor
published on 12 Mar, 2024

How to get your Laravel app from 0 to 9 with Larastan

Finding bugs in your Laravel app before it's even executed is possible, thanks to Larastan, which is...

Laravel
7 min read

driesvints, alanmoe, rawphp liked this article

3 Likes

santigarcor has not posted any threads yet

replied 6 years ago

Laravel store method problem

Your problem is here action='PostsController@store'. You're trying to make a post to that 'PostsCont...

0 Likes
replied 7 years ago

Laravel 5.3 Auth - Possibility to register and log in but also to continue as guest

I released a new version of Laratrust that supports multiple user models, i think it would help you...

0 Likes
replied 8 years ago

Eloquent delete record by id

thomastkim said: If it's a unique ID, why do you even need the user? Status::destroy($id); if you...

0 Likes
replied 8 years ago

3 Tables on 1 view

Just past to your views 3 variables with all the information you need to populate the tables, and wi...

0 Likes
Solved
replied 8 years ago

Problem Creating packeges for artisan and composer

I think you're missing the ServiceProvider, that why i think you're having problems, because you pac...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.