Does anybody know a process flowchart for laravel like that of codeigniter(https://ellislab.com/_user_guide_src_ci/images/appflowchart.gif)The laravel lifecycle is somewhat like a top layer explanation of the process.
Because I got caught into this problem of sending an email using mailgun. Laravel seems to throw a view error. The process I have now is like :
Send Request via GET -> routes -> Controller dd's the request result (using mailgun api)
but laravel seems to do something like
Send Request via GET -> check storage cache -> error for undefined data
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community