{{session_start()}}
I heard that laravel already has session management and you don't need session_start (). It's true? because when I delete session_start () and try to return the session value, it gives me an undefined value error. if it's true. how can i achieve this without starting a session. source for this information.
blade.php method that outputs the result to the form
No need to write {{session_start ()}}
From the doc doc:
There are two main ways to work with session data in Laravel: the global session assistant and the query instance.
https://laravel.com/docs/5.1/session
Source: https://habr.com/ru/post/1258025/More articles:Rstudio struck out Git commands and (no branch) - gitConnect an EC2 instance to the target group using Ansible - ansibleHow to remove records from dataframe that go beyond variables? [P] - rUsing $ _SESSION in Laravel From a non-laravel project - phpHow to serve static resources like json file in dev server web package? - reactjsgcloud.exceptions.Forbidden: 403 Missing or insufficient permissions - pythonThe blade.php method that outputs the result to the form - phpUsing Redux framework with Firebase in Android - androidMySQL View Decimal Place - decimalEncoding / decoding string error - missing character from the end - pythonAll Articles