answer was adding to dataseeder?
Does anyone know about hosting errors Maybe?
Al hacer Web Scraping con CURL usando PHP 7?
can i used VUE SINGLE COMPONENT in blade templating ?
Is there a package for user management based on Vue?
anyone know a way to send posts automatically from website to instagram?
Did you apply rights to the Laravel folder?
namespace AppHttpControllers;
use AppInsert;
use IlluminateHttpRequest;
class InsertController extends Controller
{
/
* Display a listing of the resource.
*
* @return IlluminateHttpResponse
*/
public function index()
{
}
/
* Show the form for creating a new resource.
*
* @return IlluminateHttpResponse
*/
public function create()
{
//
}
/
* Store a newly created resource in storage.
*
* @param IlluminateHttpRequest $request
* @return IlluminateHttpResponse
*/
public function store(Request $request)
{
//
}
/
* Display the specified resource.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function show(Insert $insert)
{
return view(‘show’);
}
/
* Show the form for editing the specified resource.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function edit(Insert $insert)
{
//
}
/
* Update the specified resource in storage.
*
* @param IlluminateHttpRequest $request
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function update(Request $request, Insert $insert)
{
//
}
/**
* Remove the specified resource from storage.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function destroy(Insert $insert)
{
//
}
}
<?php
namespace AppHttpControllers;
use AppInsert;
use IlluminateHttpRequest;
class InsertController extends Controller
{
/
* Display a listing of the resource.
*
* @return IlluminateHttpResponse
*/
public function index()
{
}
/
* Show the form for creating a new resource.
*
* @return IlluminateHttpResponse
*/
public function create()
{
//
}
/
* Store a newly created resource in storage.
*
* @param IlluminateHttpRequest $request
* @return IlluminateHttpResponse
*/
public function store(Request $request)
{
//
}
/
* Display the specified resource.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function show(Insert $insert)
{
return view(‘show’);
}
/
* Show the form for editing the specified resource.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function edit(Insert $insert)
{
//
}
/
* Update the specified resource in storage.
*
* @param IlluminateHttpRequest $request
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function update(Request $request, Insert $insert)
{
//
}
/**
* Remove the specified resource from storage.
*
* @param AppInsert $insert
* @return IlluminateHttpResponse
*/
public function destroy(Insert $insert)
{
//
}
}
return view(show.blade.pho); write this code inside public function index
return view(show.blade.pho); write this code inside public function index
THANKS DONE
laracast.com has very good tutorials for beginners
Kindly check it up
resolved?
Yes bro thanks
answer was adding to dataseeder?
Mmmm creo que hay pocos que hablan español en el grupo 🤔
AFAIK nop

✅ Developer VS Tester
#fun
🆔 @SoshaTech_Developers
You cannot send post with website to instagram

Best to check your server log
where is that?
If I remember well laravel log is inside storage->log
Do you have .env file ???
I wnat to uplaoad laraval on a sharing host so just the public folder content are inside public_html folder and all of the folders exceprt public are in side of a folder side of public_html
Yes

I hope you can see.
Just add that to your .htacces file in the root directory. That is
Public_html
Ok, but you have to know that public != Public_html, so you gotta tell the system that.