laravel

Tag

8 posts found

1 Feb 2017
0.41K
No Comments

Most this error occurred when you forget to add csrf_token field in form tag and  in #laravel 5+ csrf_token field will be automatically when you call Form::open call following code for .blade template call following code for non .blade template. Another Solution when $sessionToken and $token are different. This may

Post in

31 Jan 2017
1.6K
No Comments

maximum execution error occurred most in longest executions in #php and #laravel is also written in #php. so if this maximum execution error occurred in #laravel framework and you just want increase seconds of max execution so put this code after <?php in laravel controller file see example code

Post in

4 Jan 2017
0.49K
No Comments
Not enough arguments for the on clause laravel

Mostly this error appear or something went wrong error showing when you are using join on #queries with join ON and multiple AND WHERE This happens to me in #laravel 5.2 version, Following code is showing error So I figure out just add ‘=’ in 2nd parameter of $RELTBLJOIN->where method

Post in

8 Oct 2015
3.11K
No Comments

If hacker needs to get your absolute path they easily can go to any core file by direct access like showed in below, DIRECT ACCESS ANY CORE FILE OF LARAVEL domain.com/app/controllers/HomeController.php laravel-APP-Path/tests/TestCase.php Fatal Error: Class ‘Illuminate\Foundation\Testing\Testcase’ not found in laravel-APP-Path/tests/TestCase.php on line 3 DIRECT ACCESS LARAVEL HOME CONTROLLER domainname.com/laravel-APP-Path/controllers/HomeController.php Fatal Error:

Post in

4 Jun 2015
3.75K
1 Comment

Sometimes laravel set the new or update session in ajax requestion even you can print it like Session::all(); it will print the updated session but cannot update the session on fresh page, for eg. if a user update his information like display name picture or other information through ajax. In

Post in

22 May 2015
2.28K
No Comments

In action url of methods we just only allow user to submit ajax request on specified url or doing another stuff, Here is I am share examples of check ajax request on custom #PHP #CodeIgniter #Laravel. Check ajax request in core PHP Here is how to check and its best way

Post in

7 Apr 2015
0.53K
No Comments

This is default simple documentation of #laravel to send mail but problems is that this is static mail passed in parameter to(‘foo@sdtuts.com’) We also need to pass the dynamic email, for example we used it for user registration steps to sent mail for activation it that time we need dynamic

Post in

18 Aug 2012
1.37K
No Comments
38 Most Popular PHP MVC Frameworks

Laravel Php Framework PHP Zend Framework CakePHP- the rapid development php framework. CodeIgniter – Open source PHP web application framework PHP  PHALCON Symfony PHP Framework FuelPHP Kohana PHP Framework PHPixie PHP Framework PHPDevShell PHP Framework and UI Openbiz Framework Developer Lithium PHP framework Qcodo PHP Framework TYPO3 Flow Enterprise PHP

Post in